runtime.mSpanList.remove (method)

10 uses

	runtime (current package)
		arena.go#L1003: 		h.userArena.readyList.remove(s)
		mgcsweep.go#L757: 			mheap_.userArena.quarantineList.remove(s)
		mgcwork.go#L429: 				work.wbufSpans.free.remove(s)
		mgcwork.go#L540: 			work.wbufSpans.free.remove(span)
		mheap.go#L1825: func (list *mSpanList) remove(span *mspan) {
		stack.go#L234: 		list.remove(s)
		stack.go#L268: 		stackpool[order].item.span.remove(s)
		stack.go#L414: 			stackLarge.free[log2npage].remove(s)
		stack.go#L1301: 				list.remove(s)
		stack.go#L1316: 			stackLarge.free[i].remove(s)